FontSizeInPixels

public interface FontSizeInPixels implements FontSize

A size of the font in pixels.

Since

7.20

Functions

Link copied to clipboard
public static FontSizeInPixels of(int pixels)
Returns the FontSizeInPixels instance for the given value.
Link copied to clipboard
public int value()
Returns the font size value measured in pixels.